home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / gfvcl13 / p_form.dfm / p_form.txt
Text File  |  1996-04-08  |  478b  |  25 lines

  1. object Form1: TForm1
  2.   Left = 118
  3.   Top = 183
  4.   Width = 413
  5.   Height = 235
  6.   Caption = 'MDI Parent with background'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object GradientFill1: TGradientFill
  16.     Left = 0
  17.     Top = 0
  18.     Width = 405
  19.     Height = 208
  20.     FillDirection = fdBottomToTop
  21.     NumberOfColors = 255
  22.     Align = alClient
  23.   end
  24. end
  25.